home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
COMPILER
/
VP10B003
/
VPC.ZIP
/
EXAMPLES
/
TRIPLEX
/
TRIPLEX.RC
< prev
Wrap
Text File
|
1995-06-22
|
604b
|
30 lines
#include "/vp/units/pm.h"
#define cmGame 10100
#define cmNewGame 10101
#define cmExit 10102
#define cmHelp 10200
#define cmAbout 10201
#define idTriplex 11000
#define idAbout 11001
#define idIconVP 11002
ICON idIconVP "/vp/bin/vp.ico"
ICON idTriplex "triplex.ico"
MENU idTriplex
BEGIN
SUBMENU "~Game" , cmGame
BEGIN
MENUITEM "~New game", cmNewGame
MENUITEM "E~xit" , cmExit
END
SUBMENU "~Help" , cmHelp
BEGIN
MENUITEM "~About...", cmAbout
END
END
rcinclude triplex.dlg